home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 125 / MacAddict_125_2007_01.iso / Software / Utilities / AppZapper 1.7.dmg / AppZapper.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-08-30  |  1KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeName</key>
  11.             <string>Any File</string>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>****</string>
  15.             </array>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Viewer</string>
  18.             <key>LSTypeIsPackage</key>
  19.             <true/>
  20.             <key>NSPersistentStoreTypeKey</key>
  21.             <string>Binary</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>AppZapper</string>
  26.     <key>CFBundleHelpBookFolder</key>
  27.     <string>AppZapperHelp</string>
  28.     <key>CFBundleHelpBookName</key>
  29.     <string>AppZapper Help</string>
  30.     <key>CFBundleIconFile</key>
  31.     <string>AppZapper</string>
  32.     <key>CFBundleIdentifier</key>
  33.     <string>com.appzapper.appzapper</string>
  34.     <key>CFBundleInfoDictionaryVersion</key>
  35.     <string>6.0</string>
  36.     <key>CFBundlePackageType</key>
  37.     <string>APPL</string>
  38.     <key>CFBundleShortVersionString</key>
  39.     <string>1.7.0</string>
  40.     <key>CFBundleSignature</key>
  41.     <string>AZaP</string>
  42.     <key>CFBundleVersion</key>
  43.     <string>1.7.0</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48.     <key>SUCheckAtStartup</key>
  49.     <false/>
  50.     <key>SUFeedURL</key>
  51.     <string>http://www.appzapper.com/appcast.xml</string>
  52. </dict>
  53. </plist>
  54.